<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 杩斿洖椤堕儴 */
#totop {
    width: 50px;
    height: 50px;
    background: url('../images/top.png') no-repeat center center;
    background-color: #a8a8a8;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 999999999;
    cursor: pointer;
    border-radius: 50%;
    transition: .6s;
    opacity: 0;
    transform: translateY(20px)
}

@media (max-width:640px) {
    #totop {
        right: 10px;
        bottom: 10px;
        width: 40px;
        height: 40px;
        background-size: 20px
    }
}

@media (min-width:768px) {
    #totop:hover {
        background-color: #46cbcf
    }
}

#totop.show {
    transform: translateY(0);
    opacity: 1
}
.wrap {
    width: 88vw;
    max-width: 1434px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:639px) {
    .wrap {
        width: 92vw
    }
}

.about-section1 {
    position: relative;
    display: flex;
  /* background: url(../images/cp-ban.jpg) center no-repeat; */
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .about-section1 .bigbox{
    width: 90%;
    margin: 0 auto;
    color:#fff;
  }
  .about-section1 .bigbox .entitle{
    font-size: 66px;
    line-height: 86px;
    font-weight: bold;
  
  }
  .about-section1 .bigbox .cntitle{
    font-size: 38px;
  }
  @media (max-width: 1440px) {
    
  }
  @media (max-width: 1199px) {
    
  }
  @media (max-width: 767px) {
    
  }
  @media (max-width: 575px) {
    .about-section1 .bigbox .entitle{
      font-size: 38px;
    
    }
    .about-section1 .bigbox .cntitle{
      font-size: 26px;
    }
    .about-section1{
      height: 270px;
    }
    .navbox{
        margin-top:-40px;
    }
    .about-section1 .bigbox .entitle{
        line-height: 50px;
    }
  }

  /* 鍐呴〉鍒嗙被 */
  .navbox{
    position: relative;
    bottom:0;
    width: 90%;
    margin: 0 auto;
    height: 80px;
    margin-top:-80px;
    z-index: 99;
    background: #fff;
    border-bottom:1px solid #ececec;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbox ul{
    padding-left:40px;
  }
  .navbox ul li{
    float: left;
    font-size: 16px;
    padding:0 17px;
  }
  .navbox ul li a{
    position: relative;
    display: block;
    height: 80px;
    line-height: 80px;
  }
  .navbox .leftbox ul li.avi a{
    color: #00a2ea;
  }
  .navbox .leftbox ul li.avi a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #00a2ea;
    transition: 0.3s;
  }
  .navbox .leftbox ul li:hover a{
    color: #00a2ea;
  }
  .navbox .leftbox ul li:hover a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #00a2ea;
    transition: 0.3s;
  }
  .navbox .rightbox{
    
    padding-right:30px;
    padding-left:30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbox .rightbox img{
    width: 25px;
  }
  #page_nav_button{
    display: none;
  }
  @media (max-width: 1440px) {
    .navbox ul{
          padding-left:20px;
      }
    .navbox ul li{
          font-size: 13px;
          padding: 0 10px;
    }
    
  }
  @media (max-width: 1199px) {
      .navbox ul{
          padding-left:10px;
      }
    .navbox ul li{
        font-size: 13px;
    }
    .navbox ul li{
      padding: 0 7px;
  }
  }
  @media (max-width: 767px) {
  .navbox ul{
          padding-left:10px;
      }
    .navbox ul li{
        font-size: 13px;
    }
    .navbox li{
        font-size: 13px;
    }
    .navbox .rightbox {
          width: 100%;
      }
    #page_nav_button{
      display: block;
  }
  }
  @media (max-width: 575px) {
      .navbox li{
          font-size: 14px;
      }
      .navbox .rightbox{
      width: 100%;
      }
      #page_nav_button{
      display: block;
      }
    
  }
  
  
  @media (max-width: 767px){
    .navbox .leftbox {
      display: none;
    }
  }
  #page_nav_button{
    filter: grayscale(1) brightness(0);
  }
  
  .app-navmenu-mask{
    background-color: #fff;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0.4s;
    -moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0.4s;
    transition: transform 0.4s 0s, box-shadow 0s 0.4s;
  }
  @media (min-width: 576px) {
    .app-navmenu-mask{
      display: none;
    }
  }
  @media (max-width: 576px) {
    .app-navmenu-mask.on {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      -webkit-overflow-scrolling: touch;
      box-shadow: -4px 0 30px rgba(0, 0, 0, 0.2);
      -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0s;
      -moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0s;
      transition: transform 0.4s 0s, box-shadow 0s 0s;
    }
  }
  .app-navmenu-mask .app-navmenu-ul{
    padding: 20px 0;
  }
  .app-navmenu-mask .app-navmenu-ul &gt; li{
    border-bottom: 1px solid #eee;
  }
  .app-navmenu-mask .app-navmenu-ul &gt; li .tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
  }
  .app-navmenu-mask .app-navmenu-ul &gt; li .cont{
    width: 100%;
    display: none;
  }
  .app-navmenu-mask .app-navmenu-ul &gt; li .cont a{
    text-indent: 1em;
    display: block;
    width: 100%;
    padding: 0.6em 0;
    font-size: 16px;
  }
  .app-navmenu-mask .app-navmenu-ul &gt; li  .tit a{
    
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 18px;
    font-family: "瀵邦喛钂嬮梿鍛寸拨";
    color: #333;
    padding: 0.8em 0;
    margin: 0px auto;
    text-transform: uppercase;
  }
  .app-navmenu-mask .app-navmenu-ul &gt; li.active .tit a{
    color: #00a2ea;
  }
  .app-navmenu-mask .app-navmenu-ul &gt; li.active .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .app-navmenu-mask .app-navmenu-ul &gt; li .tit i{
    display: block;
    width: 14px;
    
  }
  .f_menu &gt; li .tit i{
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .f_menu &gt; li.on .tit i{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .app-navmenu-mask .app-navmenu-ul &gt; li .tit i img{
    width: 100%;
  }
  .app-navmenu-mask .head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    height: 60px;
    border-bottom: 1px solid #eee;
  }
  .app-navmenu-mask .app-navmenu-ul &gt; li .cont{
    width: 100%;
    font-size: 18px;
    padding: 0.8em 15px;
  }
  .app-navmenu-mask .app-navmenu-ul &gt; li .cont a{
    text-indent: 1em;
  }
  .app-navmenu-mask .head .app-navmenu-logo{
    width: 170px;
  }
  .app-navmenu-mask .head .app-navmenu-logo img{
    width: 100%;
  }
  .app-navmenu-mask .head .app-navmenu-close{
    width: 25px;
    height: 25px;
  }
  .app-navmenu-mask .head .app-navmenu-close img{
    width: 100%;
  }

/* 澶撮儴 */
header{transition:.6s;position:absolute;left:0;right:0;top:0;z-index:999999;background-color:#fff ;}
@media (min-width:992px) {
    header.home {
        background-color: rgba(255, 255, 255);
        position:fixed;
        box-shadow:2px 2px 2px rgb(0 0 0 / 10%);
    }
 
}

@media (max-width:1199px) {
    header {
        position: fixed !important;
        position: relative 
    }
    header{background: #282828 !important;}
}

header .logo {
    width: 186px;
    height: 100%;
    background: url('../images/logo.png') no-repeat left center;
    display: block;
    transition: .6s;
    background-size: contain
}

.head_wrap {
    transition: .6s;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    height: 88px;
}

@media (max-width:992px) {
    .head_wrap {
        justify-content: space-between;
        height: 80px
    }
    header .logo {
        width: 186px;
        height: 100%;
        background: url('../images/logo1.png') no-repeat left center;
        display: block;
        transition: .6s;
        background-size: contain
    }
}

@media (max-width:768px) {
    .head_wrap {
        height: 60px
    }
    .home-content{padding-top:60px !important;}
   
}

.header_nav {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    transition: .6s
}

@media (min-width:1200px) {
    .header_nav {
        overflow: hidden
    }

    .header_nav:hover {
        overflow: visible
    }
}

.header_nav .header_inner {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media (min-width:1361px) {
    .header_nav .header_inner {
        position: relative
    }
}

@media (max-width:1200px) {
    .header_nav .header_inner {
        justify-content: space-between
    }
}

.header_nav .nav_li {
    margin: 0 27px;
}

@media (max-width:1460px) {
    .header_nav .nav_li {
        margin: 0 16px
    }
}

header .header_nac {
    display: block;
    position: relative;
    color: #333;
    line-height: 88px;
    font-size: 18px;

}

@media (max-width:1460px) {
    header .header_nac {
        font-size: 16px
    }
}

header .header_nac::after {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    background-color: #46cbcf;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    transition: .6s
}

header .head_wrap .drop {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    top: 100%;
    min-width: 130px;
    transition: .6s;
    opacity: 0;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.9);
    z-index: 55;
    padding: 14px 0;
    text-align: center;
    font-size: 16px
}

header .head_wrap .drop a {
    overflow: hidden;
    display: block;
    line-height: 40px;
    padding: 0 24px;
    color: #fff;
    transition: .6s
}

header .head_wrap .drop a:hover {
    color: #46cbcf;
    transform: translateX(5px)
}

header .nav_li {
    position: relative
}

@media (min-width:1200px) {
    header .nav_li {
        overflow: hidden
    }
}

header .nav_li.active .header_nac {
    color: #46cbcf
}

header .nav_li .header_nac.active::after {
    width: 50px
}

@media (min-width:1200px) {
    header .nav_li:hover {
        overflow: visible
    }

    header .nav_li:hover .header_nac::after {
        width: 50px
    }

    header .nav_li:hover .drop {
        opacity: 1
    }
}

.header_tool {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    font-size: 14px;
    color: #444;
}

.header_tool .hd_code {
    padding: 0 16px;
    position: relative;
    /* margin-right: 16px; */
    cursor: pointer;
    height: 88px;
    line-height: 88px;
    overflow: hidden;
}

/* .header_tool .hd_code::after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
} */
.language {
    display: inline-block;
    width: 130px;
  height: 88px; 
    line-height: 88px;
    text-align: center;
    float: left;
}

.language:hover {
    cursor: pointer;
}

.lang3 {
    color: #666;
    font-size: 14px;
}

.lang3 i {
    padding: 0px 5px
}

.lang2 {
    position: absolute;
    top: 50px;
    width: 160px;
    background: #222;
    display: none;
    z-index: 9999;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.lang2 li {
    line-height: 35px;
    color: #666;
    text-align: center;
}

.lang2 li a {
    width: 100%;
    color: #666;
    display: block;
}

.lang2 li a:hover {
    width: 100%;
    color: #fff;
    display: block;
    background: #008CD6;
}

.lang4 li a {
    width: 100%;
    color: #666;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.lang4 li a:hover {
    width: 100%;
    color: #E36A0D;
    display: block;
}

.lang4 {
    position: absolute;
    top: 87px;
    width: 120px;
    color: #fff;
    background: #fff;
    display: none;
    z-index: 9999;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.yunian:hover .lang2 {
    display: block;
}

.lang1 {
    line-height: 50px;
    float: right;
    cursor: pointer;
    display: block;
    color: #ccc;
}

.language:hover .lang4 {
    display: block;
}

.lang1 img {
    margin: 0px 5px;
}
.header_tool .hd_code .code {
    font-size: 24px
}

.header_tool .hd_code .drop {
    padding: 14px;
    width: 160px;
    top: 100%
}

.header_tool .hd_code:hover {
    overflow: visible
}

.header_tool .hd_code:hover .iconfont {
    color: #46cbcf
}

.header_tool .hd_code:hover .drop {
    text-align: center;
    opacity: 1
}

.header_tool .hd_code:hover .drop img {
    width: 100%
}

.header_tool .hd_search_btn {
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
   

}

.header_tool .hd_search_btn&gt;* {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
}

.header_tool .hd_search_btn i {
    font-size: 18px;
    margin-left: 4px
}

.header_btn {
    font-size: 18px;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.header_btn .offer {
    margin-right: 34px;
    color: #fff
}

.header_btn .offer:hover {
    color: #46cbcf
}

.header_btn .contact {
    background-color: #46cbcf;
    color: #fff;
    width: 92px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.header_btn .contact .ac {
    color: #fff
}

@media (max-width:992px) {
    .header_btn .contact {
        height: 34px;
        width: 72px
    }
    .header .logo{  background: url('../images/logo1.png') no-repeat left center;  background-size: contain;}
    .header_btn .contact span {
        height: 34px;
        line-height: 34px
    }
}

.hd-search-box {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #131210;
    padding: 20px 10px;
    display: none;
    z-index: 555;
    top: 88px;
    color: #fff
}

.hd-search-box .inner {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: end;
    box-pack: end;
    -webkit-justify-content: end;
    justify-content: end;
    width: 88vw;
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:639px) {
    .hd-search-box .inner {
        width: 92vw
    }
    /* .header_tool .hd_search_btn&gt;*{display: none;} */
    .header_tool .hd_code {
        height:40px;
        line-height: 40px;
        color: #fff;
        padding:0;
        margin-right:0;
    }
    .lang3 i{display: none;}
    .lang3{color: #fff; background: url(../images/glo3a.png) no-repeat center left;}
    .lang4{top:50px;}
    .language{height:40px;line-height:40px; width: 108px;}
    .header_tool .hd_search_btn{color: #fff;}
}

.hd-search-box form {
    border: 1px solid #46cbcf;
    max-width: 500px;
    display: block;
    position: relative;
    border-radius: 3px;
    width: 80%;
    min-width: 500px
}

.hd-search-box form input {
    font-size: 16px;
    color: #fff
}

.hd-search-box form input::-webkit-input-placeholder,
.hd-search-box form textarea::-webkit-input-placeholder {
    color: #ccc
}

.hd-search-box form input:-moz-placeholder,
.hd-search-box form textarea:-moz-placeholder {
    color: #ccc
}

.hd-search-box form input::-moz-placeholder,
.hd-search-box form textarea::-moz-placeholder {
    color: #ccc
}

.hd-search-box form input:-ms-input-placeholder,
.hd-search-box form textarea:-ms-input-placeholder {
    color: #ccc
}

.hd-search-box .key {
    width: 90%;
    height: 40px;
    line-height: 40px;
    text-indent: 20px
}

.hd-search-box .submit {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px solid #46cbcf;
    text-align: center;
    width: 50px;
    font-size: 20px;
    line-height: 40px;
    height: 40px
}

.hd-search-box .submit .iconfont {
    font-size: 20px;
    color: #fff
}

.hd-search-box .submit:hover {
    background-color: #46cbcf;
    color: #fff
}

.hd-search-box ._close {
    height: 40px;
    line-height: 42px;
    margin-left: 20px;
    margin-right: 4px;
    text-align: center;
    font-size: 20px;
    display: block;
    cursor: pointer
}

.hd-search-box ._close:hover {
    color: #46cbcf
}

@media (max-width:992px) {
    .hd-search-box {
        top: 80px
    }
}

@media (max-width:768px) {
    .hd-search-box {
        padding: 20px 4%;
        top: 59px
    }

    .hd-search-box .inner {
        float: none;
        width: 100%
    }

    .hd-search-box form {
        min-width: auto;
        width: 90%
    }

    .hd-search-box ._close {
        position: relative
    }
}

@media (max-width:480px) {
    .hd-search-box {
        bottom: 0;
        height: 100px
    }
}

.m-menus {
    width: 100%;
    max-width: 640px;
    height: 100vh;
    position: fixed;
    top: 80px;
    right: -100%;
    background-color: #131210;
    overflow: hidden;
    line-height: 32px;
    font-size: 15px;
    z-index: -999;
    padding-top: 2%;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}


.m-menus .inner {
    height: calc((100vh - 85px));
    padding: 10px 30px 40px;
    overflow-x: hidden;
    overflow-y: auto
}

@media (max-width:768px) {
    .m-menus {
        top: 59px;
    }

    .m-menus .inner {
        height: calc((100vh - 60px))
    }
}

.m-menus a {
    display: block;
    color: #fff
}

.m-menus.active {
    z-index: 999;
    transition: .6s;
    right: 0
}

.m-menus .item {
    cursor: pointer;
    transition: .3s;
    position: relative;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left
}

.m-menus .item .tit {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center
}

.m-menus .item&gt;a,
.m-menus .tit {
    display: block;
    line-height: 46px;
    position: relative;
    font-size: 16px
}

.m-menus .tit {
    position: relative
}

.m-menus .tit a {
    display: inline-block;
    min-width: 50vw
}

.m-menus .tit .iconfont {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: inherit;
    padding: 0 10px;
    color: #fff;
    font-size: 17px
}

.m-menus .xs-menu {
    display: none;
    text-align: left
}

.m-menus .xs-menu dd {
    line-height: 30px;
    font-size: 16px
}



.m-menus .xs-menu2 dd a {
    line-height: 30px;
    font-size: 12px
}


.m-menus .active .tit,
.m-menus .open .tit {
    color: #fff
}

.m-menus .active .tit a,
.m-menus .open .tit a {
    color: #fff
}

.m-menus .active .iconfont::before,
.m-menus .open .iconfont::before {
    content: "鈥斺€�"
}

.m-menus .active .xs-menu,
.m-menus .open .xs-menu {
    padding: 0px 0 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.14)
}

.menu_btn_box {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.menu_btn {
    width: 50px;
    height: 50px;
    z-index: 101;
    cursor: pointer;
    transform-origin: center center;
    position: relative;
    display: block;
    top: -5px
}

.menu_btn i {
    position: absolute;
    width: 26px;
    height: 1px;
    background: #fff;
    left: 12px;
    display: block;
    transition: all .4s ease-in-out
}

.menu_btn i:nth-of-type(1) {
    top: 20px
}

.menu_btn i:nth-of-type(2) {
    top: 30px
}

.menu_btn i:nth-of-type(3) {
    top: 40px
}

.menu_btn.active i:nth-of-type(1) {
    transform: rotate(225deg) translate(-7px, -7px)
}

.menu_btn.active i:nth-of-type(3) {
    opacity: 0
}

.menu_btn.active i:nth-of-type(2) {
    transform: rotate(-225deg) translate(0, 0)
}

.bggray {
    background: #f9f9f9
}



.foot_up {
    padding: 90px 0 56px;
    background-color: #131210
}

@media (min-width:1200px) {
    .foot_up .ft-navs {
        display: flex;
        justify-content: space-between
    }

    .foot_up .ft-navs .ft-contact {
        order: -1
    }
}

@media (min-width:992px) {
    .ft-navs {
        display: flex;
        justify-content: space-between
    }
    .menu_btn i{background: #333;}
    .ft-navs li+li {
        margin-left: 139px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .ft-navs {
        flex-wrap: wrap
    }
}

@media (min-width:992px) and (max-width:1360px) and (min-width:1200px) {
    .ft-navs li+li {
        margin-left: 80px;
    }
}

@media (max-width:1199px) {
    .ft-navs .navitem.ft-contact {
        margin-left: auto;
        margin-right: auto;
        min-width: 70vw
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .ft-navs .navitem {
        margin-bottom: .5rem
    }
}

.ft-navs .navitem h4 {
    font-size: 18px;
    position: relative;
    margin-bottom: 16px;
    font-weight: bold;
    color: #fff
}

.ft-navs .navitem .icon-jiahao1 {
    float: right;
    transition: .3s;
    display: none;
    margin-right: 10px
}

.ft-navs .navitem .info {
    line-height: 40px;
    font-size: 16px
}

.ft-navs .navitem .info a {
    color: #acacac;
    display: block
}

.ft-navs .navitem .info a:hover {
    color: #fff
}

@media (max-width:991px) {
    .ft-navs {
        margin-bottom: .5rem
    }

    .ft-navs .navitem {
        float: none;
        width: 100%
    }

    .ft-navs .navitem .icon-jia {
        display: block
    }

    .ft-navs .navitem h4 {
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        line-height: 50px;
        margin: 0;
        font-weight: normal
    }

    .ft-navs .navitem .info {
        display: none;
        font-size: 15px;
        padding: 10px 30px;
        line-height: 2
    }

    .ft-navs .navitem.active h4 {
        font-weight: bold
    }

    .ft-navs .navitem.active .iconfont::before {
        content: "+"
    }
}

@media (max-width:768px) {
    .ft-navs .navitem h4 {
        font-size: 16px
    }
}


/* 搴曢儴 */
footer {
    background: #282828
}

footer a:hover {
    color: #fff
}

footer .ft-topper {
    padding: 60px 0 90px
}

@media (min-width:1200px) {
    footer .ft-topper {
        display: flex;
        justify-content: space-between
    }

    footer .ft-topper .ft-logo {
        width: 30%;
        order: -1
    }

    footer .ft-topper .ft-code {
        width: 20%;
        display: flex;
        justify-content: flex-end
    }
}

@media (max-width:1199px) {
    footer .ft-topper {
        padding-bottom: .4rem
    }
}

@media (max-width:640px) {
    footer .ft-topper {
        padding-top: .4rem
    }
    .about-content{padding-bottom:30px !important;}
}

@media (max-width:1199px) {
    footer .ft-topper .ft-logo {
        margin: .4rem 0;
        text-align: center
    }
}

footer .ft-topper .ft-logo .logo {
    background: url('../images/logo_f.png') no-repeat center left;
    background-size: contain;
    width: 160px;
    height: 50px;
    display: block
}

footer .ft-topper .ft-logo .tel {
    color: #999;
    font-size: 20px;
    font-family: medium;
    /* margin: .2rem 0 .1rem; */
    display: block
}

footer .ft-topper .ft-logo .addr {
    color: #999;
    line-height: 24px
}

@media (min-width:1200px) {
    footer .ft-topper .ft-logo .addr {
        max-width: 300px;
    }
}

@media (max-width:1199px) {
    footer .ft-topper .ft-code {
        text-align: center
    }
}

footer .ft-topper .ft-code h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px
}

footer .ft-bottom {
    padding: 20px 0;
    border-top: 1px solid #3d3d3d
}

footer .ft-bottom .wrap {
    color: #6b6b6b
}

footer .ft-bottom .wrap a {
    color: #6b6b6b
}

footer .ft-bottom .wrap a:hover {
    color: #fff
}

@media (min-width:992px) {
    footer .ft-bottom .wrap {
        display: -webkit-flex;
        display: flex;
        display: -webkit-box;
        display: box;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        box-align: center;
        -webkit-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
}

footer .ft-bottom .copyright {
    line-height: 1.8;
    color: #6b6b6b
}

footer .ft-bottom .copyright a {
    color: #6b6b6b;
    display: inline-block !important
}

@media (min-width:1200px) {

    footer .ft-bottom .copyright span,
    footer .ft-bottom .copyright a {
        display: inline-block;
        margin-left: 10px
    }

    footer .ft-bottom .copyright a:hover {
        color: #fff
    }
}

footer .ft-bottom .copyright span,
footer .ft-bottom .copyright a {
    margin-right: 10px
}

@media (max-width:480px) {
    footer .ft-bottom .copyright {
        font-size: 13px
    }
}

@media (max-width:991px) {
    footer .ft-bottom .skill {
        margin-top: .2rem
    }
}

@media (min-width:1200px) {
    .ft-navs {
        width: 70%;
        max-width: 800px
    }

    .ft-navs ul {
        display: flex;
        justify-content: space-between
    }
}

@media (max-width:1199px) {
    .ft-navs .navitem {
        min-width: auto;
        margin-right: .6rem
    }
}

.ft-navs .navitem h4 {
    font-size: 16px;
    position: relative;
    margin-bottom: 16px;
    color: #fff
}

.ft-navs .navitem .icon-jiahao1 {
    float: right;
    transition: .3s;
    display: none;
    margin-right: 10px
}

/* .ft-navs .navitem .icon-jiahao1::before {
    content: "\e602"
} */

.ft-navs .navitem .info {
    font-size: 16px;
    line-height: 30px
}

.ft-navs .navitem .info a {
    display: block;
    color: #999
}

.ft-navs .navitem .info a:hover {
    color: #fff
}

@media (max-width:640px) {
    .ft-navs .navitem .info a {
        color: #fff;
        opacity: .6
    }
}

@media (max-width:1199px) {
    .ft-navs {
        margin-bottom: .5rem
    }

    .ft-navs .navitem {
        float: none;
        width: 100%
    }

    .ft-navs .navitem .icon-jiahao1 {
        display: block
    }

    .ft-navs .navitem h4 {
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        height: 46px;
        line-height: 46px;
        margin: 0
    }

    .ft-navs .navitem .info {
        display: none;
        font-size: 15px;
        padding: 10px 30px;
        line-height: 2
    }

    .ft-navs .navitem.active h4 {
        font-weight: bold
    }

    .ft-navs .navitem.active .iconfont {
        transform: rotate(135deg)
    }
}

@media (max-width:768px) {
    .ft-navs .navitem h4 {
        font-size: 16px
    }
}

/* 鍐呭椤典笂涓嬮〉 */

.arc_pnext {
    margin-top: 60px;
    position: relative;
    font-size: 16px;
    color: #333;
    border-top: 1px #dedede solid;
}

.arc_pnext .item {
    line-height: 2;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.arc_pnext .item a:hover {
    color: #006eb4
}

.arc_pnext .return {
    padding: 10px 30px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 2em;
    margin: 20px 0;
    display: inline-block
}

.arc_pnext .return&gt;* {
    display: inline-block;
    vertical-align: middle
}

.arc_pnext .return .iconfont {
    margin-right: 10px
}

.arc_pnext .return:hover {
    background-color: #006eb4;
    color: #fff;
    border-color: #006eb4
}

@media (min-width:640px) {
    .arc_pnext {
        padding-right: 300px;
    }

    .arc_pnext .return {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }
}

#backtop {
    position: fixed;
    right: 49px;
    bottom: 20px;
    z-index: 100;
    opacity: 0;
    transition: 0.3s;
  }
  #backtop ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    line-height: 54px;
    text-align: center;
    margin-bottom: 3px;
    list-style: none;
  }
  #backtop ul li .inner {
    position: absolute;
    right: 70px;
    top: 0;
    background: #fff;
    border: 1px solid #ddd;
    line-height: normal;
    padding: 15px;
    transform: scale(0);
    transform-origin: top right;
    transition: 0.3s;
  }
  #backtop ul li .inner p {
    font-size: 12px;
  }
  #backtop ul li:hover .inner {
    transform: scale(1);
  }
  #backtop ul li .sidebox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #fff;
    border: 1px solid #ddd;
    color: #fff;
    font: 14px/54px "瀵邦喛钂嬮梿鍛寸拨";
    overflow: hidden;
    background-position: center;
    background-size: inherit;
    background-repeat: no-repeat;
  }
  #backtop.on {
    opacity: 1;
  }
  #backtop ul li .sidetop {
    width: 100%;
    height: 100%;
    line-height: 54px;
    border-radius: 100px;
    display: inline-block;
    opacity: 0.6;
    filter: alpha(opacity=80);
    transition: all 0.3s;
    background: #eee url(../images/side_icon.png) center / cover no-repeat;
    background-size: 40%;
  }
  @media (min-width: 768px) {
    #backtop ul li .sidetop:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      background: #00a2ea url(../images/side_icon-w.png) center / cover no-repeat;
      background-size: 40%;
    }
  }
  @media (max-width: 767px) {
    #backtop {
      right: 10px;
      bottom: 10px;
    }
    #backtop ul li {
      width: 40px;
      height: 40px;
      line-height: 40px;
    }
  }
  .scott {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 40px;
}

.scott a,.scott span {
	width: 35px;
	height: 35px;
	margin: 0 3px;
	display: inline-block;
	background-color: #fff;
	line-height: 35px;
	color: #1f0a42;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
	font-size: 18px;
	border-radius: 50px
}

.scott .current,.scott a:hover{
	background: #00a2ea;
	color: #fff;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6
}
</pre></body></html>